#header {
  height: 111px;
  position: relative; z-index: 10;
}
#header .navbg{
  width: 100%; height: 42px; background-color: rgba(0,0,0,.6); position: absolute; left: 0; bottom:-42px; display: none;
}
#header .container {
  height: 111px;
  position: relative;
}
#header .container a.logo {
  display: block;
  width: 403px;
  height: 68px;
  background: url(../images/logo.png) no-repeat;
  position: absolute;
  left: 0;
  top: 22px;
}
#header .container form.search {
  width: 200px;
  height: 30px;
  border: 1px solid #e5e3e3;
  position: absolute;
  right: 0;
  top: 19px;
}
#header .container form.search input {
  float: left;
  width: 150px;
  height: 30px;
  outline: none;
}
#header .container form.search .sub {
  float: right;
  width: 40px;
  height: 30px;
  background: url(../images/header_search_btn.jpg) no-repeat;
  outline: none;
  cursor: pointer;
}
#header .container .language {
  position: absolute;
  right: 230px;
  top: 26px;
}
#header .container .language a {
  font-size: 14px;
  color: #666666;
}
#header .container .language a + a {
  margin-left: 30px;
}
#header .container .language a:hover {
  text-decoration: underline;
}
#header .container ul.nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#header .container ul.nav li {
  float: left; position: relative;
}
#header .container ul.nav li a {
  display: block;
  height: 35px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  color: #333333;
}
#header .container ul.nav li:hover > a{
  color: #e8701f; border-bottom-color: #e8701f;
}
#header .container ul.nav li .erji a:hover{
  color: #e8701f;
  border-bottom-color: #e8701f;
}
#header ul.nav li .erji{
  position: absolute; top: 37px; left: 50%; display: none; width: 800px; text-align: center;
}
#header ul.nav li .erji a{
  display: inline-block; line-height: 40px; height: 40px; color: #fff; margin: 0 10px;
}
#header .container ul.nav li + li {
  margin-left: 30px;
}
#footer {
  height: 360px;
  background-color: #424242;
  background: linear-gradient(top, #333333, #4f4f4f);
  background: -webkit-linear-gradient(top, #333333, #4f4f4f);
}
#footer .container {
  height: 360px;
  position: relative;
}
#footer .container .bt_l {
  float: left;
  margin-top: 46px;
}
#footer .container .bt_l .erweima {
  float: left;
  width: 140px;
}
#footer .container .bt_l .erweima h4 {
  color: #e1dede;
  font-size: 15px;
  text-align: center;
}
#footer .container .bt_l .mes {
  float: left;
  margin-left: 30px;
}
#footer .container .bt_l .mes h4 {
  font-size: 16px;
  color: #fcfbfb;
}
#footer .container .bt_l .mes p {
  font-size: 14px;
  color: #fcfbfb;
  line-height: 24px;
  margin-top: 5px;
}
#footer .container .bt_l .mes select {
  width: 182px;
  height: 32px;
  margin-top: 15px;
}
#footer .container .bt_l .mes .link {
  margin-top: 10px;
}
#footer .container .bt_l .mes .link a {
  float: left;
  margin-right: 20px;
}
#footer .container ul.nav {
  position: absolute;
  right: 0;
  top: 46px;
}
#footer .container ul.nav a:hover {
  text-decoration: underline;
}
#footer .container ul.nav > li {
  float: left;
  border-left: 1px solid #8d8c8c;
  padding: 0 30px;
}
#footer .container ul.nav > li > a {
  font-size: 16px;
  color: #fbf8f8;
}
#footer .container ul.nav > li > ul {
  margin-top: 10px;
}
#footer .container ul.nav > li > ul > li {
  line-height: 30px;
}
#footer .container ul.nav > li > ul > li a {
  font-size: 12px;
  color: #eae8e8;
}
#footer .container .bottom {
  width: 1200px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer .container .bottom p {
  font-size: 14px;
  color: #ffffff;
}
#footer .container .bottom p a {
  font-size: 14px;
  color: #ffffff;
  margin-left: 30px;
}
#footer .container .bottom p a:hover {
  text-decoration: underline;
}
#page{ width: 100%; height:32px; overflow: hidden; line-height: 24px; font-size: 14px; text-align: center; padding: 10px 0 0; margin-top: 20px;}
#page a { margin:2px; padding:5px 8px;background-color: #dadada; border-radius: 3px;}
#page span,#page a:hover { margin:2px; padding:5px 8px;background-color: #FF8027;  color:#fff; border-radius: 3px;}
#page span.current { margin:2px; padding:5px 8px; font-weight:bold; color:#fff; background-color:#CFCFCF; }


.abtw{ height: auto; overflow: hidden; padding: 20px 0; }
.abtw h1{text-align: center; font-size: 20px;color: #222; margin-bottom:15px}
.abtw h3{text-align: center; padding-bottom: 20px; font-size: 14px;}
table{
	border: 1px solid #000;
	width: 100%;
	margin: 0 auto;
}
table td, table th{
	border: 1px solid !important;
	text-align: center;
	line-height: 2em;
}